Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Numerics.​IHyperbolicFunctions<​TSelf>

Assembly: System.Runtime

Implemented Interfaces

Defines support for hyperbolic functions.

Methods

static TSelf
Acosh​(TSelf x)
Computes the hyperbolic arc-cosine of a value.
Returns The hyperbolic arc-cosine of <paramref name="x" /> .
x The value, in radians, whose hyperbolic arc-cosine is to be computed.
static TSelf
Asinh​(TSelf x)
Computes the hyperbolic arc-sine of a value.
Returns The hyperbolic arc-sine of <paramref name="x" /> .
x The value, in radians, whose hyperbolic arc-sine is to be computed.
static TSelf
Atanh​(TSelf x)
Computes the hyperbolic arc-tangent of a value.
Returns The hyperbolic arc-tangent of <paramref name="x" /> .
x The value, in radians, whose hyperbolic arc-tangent is to be computed.
static TSelf
Cosh​(TSelf x)
Computes the hyperbolic cosine of a value.
Returns The hyperbolic cosine of <paramref name="x" /> .
x The value, in radians, whose hyperbolic cosine is to be computed.
static TSelf
Sinh​(TSelf x)
Computes the hyperbolic sine of a value.
Returns The hyperbolic sine of <paramref name="x" /> .
x The value, in radians, whose hyperbolic sine is to be computed.
static TSelf
Tanh​(TSelf x)
Computes the hyperbolic tangent of a value.
Returns The hyperbolic tangent of <paramref name="x" /> .
x The value, in radians, whose hyperbolic tangent is to be computed.